Crate async_compatibility_layer

source ·
Expand description

Async compatibility layer meant to control abstractions between tokio and async_std with a feature flag toggle while exposing the same interface for general consumption between both

Modules§

  • abstraction over both tokio and async-std, making it possible to use either based on a feature flag
  • Abstraction over channels. This will expose the following types: